home *** CD-ROM | disk | FTP | other *** search
/ Trusted Irix /B 4.0.4 / Trusted-Irix B-4.0.1.iso / dist / eoe1.idb / usr / include / sys / sg.h.z / sg.h
C/C++ Source or Header  |  1992-04-03  |  845b  |  25 lines

  1. # ifndef __SYS_SG_H__
  2. # define __SYS_SG_H__
  3.  
  4. /**************************************************************************
  5.  *                                      *
  6.  *          Copyright (C) 1990, Silicon Graphics, Inc.          *
  7.  *                                      *
  8.  *  These coded instructions, statements, and computer programs  contain  *
  9.  *  unpublished  proprietary  information of Silicon Graphics, Inc., and  *
  10.  *  are protected by Federal copyright law.  They  may  not be disclosed  *
  11.  *  to  third  parties  or copied or duplicated in any form, in whole or  *
  12.  *  in part, without the prior written consent of Silicon Graphics, Inc.  *
  13.  *                                      *
  14.  **************************************************************************/
  15. #ident "$Revision: 3.4 $"
  16.  
  17. /*
  18.  * generic scatter / gather descriptor
  19.  */
  20. struct sg {
  21.     unsigned long sg_ioaddr;
  22.     unsigned long sg_bcount;
  23. };
  24. # endif  /* __SYS_SG_H__ */
  25.